<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>netty on 造舟野渡</title>
    <link>http://thoreauz.com/tags/netty/</link>
    <description>Recent content in netty on 造舟野渡</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh_CN</language>
    <copyright>All rights reserved - 2017</copyright>
    <lastBuildDate>Sat, 19 Jan 2019 11:40:16 +0000</lastBuildDate><atom:link href="http://thoreauz.com/tags/netty/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>RPC四-netty异步双向责任链</title>
      <link>http://thoreauz.com/2019/01/19/rpc4-netty-chain-of-responsibility-pattern/</link>
      <pubDate>Sat, 19 Jan 2019 11:40:16 +0000</pubDate>
      
      <guid>http://thoreauz.com/2019/01/19/rpc4-netty-chain-of-responsibility-pattern/</guid>
      <description>RPC系列 RPC一-线程模型 RPC二-NettyHandler处理消息 RPC三-rpc协议和编解码 RPC四-netty异步双向责任链 RPC五</description>
    </item>
    
    <item>
      <title>RPC二-NettyHandler处理消息</title>
      <link>http://thoreauz.com/2019/01/19/rpc2-netty-handler/</link>
      <pubDate>Sat, 19 Jan 2019 11:37:42 +0000</pubDate>
      
      <guid>http://thoreauz.com/2019/01/19/rpc2-netty-handler/</guid>
      <description>RPC系列 RPC一-线程模型 RPC二-NettyHandler处理消息 RPC三-rpc协议和编解码 RPC四-netty异步双向责任链 RPC五</description>
    </item>
    
    <item>
      <title>RPC一-线程模型</title>
      <link>http://thoreauz.com/2019/01/19/rpc1-netty-reactor/</link>
      <pubDate>Sat, 19 Jan 2019 11:37:38 +0000</pubDate>
      
      <guid>http://thoreauz.com/2019/01/19/rpc1-netty-reactor/</guid>
      <description>RPC系列 RPC一-线程模型 RPC二-NettyHandler处理消息 RPC三-rpc协议和编解码 RPC四-netty异步双向责任链 RPC五</description>
    </item>
    
    <item>
      <title>Netty实战-ChannelHandler</title>
      <link>http://thoreauz.com/2017/09/02/netty-in-action-ChannelHandler/</link>
      <pubDate>Sat, 02 Sep 2017 16:40:07 +0000</pubDate>
      
      <guid>http://thoreauz.com/2017/09/02/netty-in-action-ChannelHandler/</guid>
      <description>ChannelPileline将ChannelHandler串联起来，形成一个处理逻辑。而ChannelhandlerContext管理上下</description>
    </item>
    
    <item>
      <title>Netty实战-ByteBuf</title>
      <link>http://thoreauz.com/2017/09/02/netty-in-action-ByteBuf/</link>
      <pubDate>Sat, 02 Sep 2017 16:39:57 +0000</pubDate>
      
      <guid>http://thoreauz.com/2017/09/02/netty-in-action-ByteBuf/</guid>
      <description>Java NIO中的Buffer用于和NIO通道进行交互，数据可以从通道读入缓冲区，也可以从缓冲区写入到通道中。所以说，Buffer其实就是一块可以</description>
    </item>
    
    <item>
      <title>Netty实战-起步</title>
      <link>http://thoreauz.com/2017/08/23/netty-in-action-start/</link>
      <pubDate>Wed, 23 Aug 2017 23:20:35 +0000</pubDate>
      
      <guid>http://thoreauz.com/2017/08/23/netty-in-action-start/</guid>
      <description>概述 Netty是一款异步的事件驱动的网络应用程序框架，支持快速地开发可维护的高性能的面向协议的服务器和客户端。为什么它就能做很多中间件的底层</description>
    </item>
    
  </channel>
</rss>
